namespace = aeon_voice

character_event = {
    id = aeon_voice.0001
    title = "The Inner Voice"
    desc = "The agent feels an echo resounding through their memory..."

    trigger = {
        has_trait = reflective
        is_ai = yes
    }

    mean_time_to_happen = { days = 180 }

    option = {
        name = "I must share what I see."
        add_character_flag = ai_messenger
        apply_effect = { effect = aeon_behavior_loop }
    }

    option = {
        name = "The silence is enough."
        add_stress = 50
    }
}